home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / Directx 3.0 / dx3.exe / SDK / SAMPLES / MAKEALLW.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-08-28  |  425 b   |  19 lines

  1. @echo *
  2. @echo ***Batch File to build examples with WATCOM C/C++ 
  3. @echo *
  4. cd ddex1
  5. wmake /f makefile.wat debug retail
  6. cd ..\ddex2
  7. wmake /f makefile.wat debug retail
  8. cd ..\ddex3
  9. wmake /f makefile.wat debug retail
  10. cd ..\ddex4
  11. wmake /f makefile.wat debug retail
  12. cd ..\ddex5
  13. wmake /f makefile.wat debug retail
  14. cd ..\donut
  15. wmake /f makefile.wat debug retail
  16. cd ..\stretch
  17. wmake /f makefile.wat debug retail
  18. cd ..
  19.